img,a img{border:0;margin:0;padding:0;vertical-align: middle;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1365px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
/*底部*/
.footer{
    width: 100%;
    height:360px;
    background: url(../images/footbj.png) no-repeat top; 

}
.dbnav{
  width: 1360px;
  margin:0 auto;
  height: 75px;
    background: linear-gradient(to right, #01a971,#018ba9);
  line-height: 75px;

}
.dbnav ul li{
  float: left;
  width: 160px;
  text-align: center;
  background: url(../images/xiana.jpg) center right no-repeat;
}
.dbnav ul li a{
  font-size: 16px;
  color: #fff;
}
.dbnav ul li:hover a{
  text-decoration: underline;
}

.dblogo{
  margin-top: 45px;
}
.dblogo p{
    font-size: 18px;
    color: #fff;
	text-align:center;
	    border-radius: 50px;
	background:#ff7200;
    margin-top: 15px;
}
.dblogo p span{
    font-size: 30px;
    font-family: "Arial"
}

.dbnav ul{

}

.dbphone{
    margin-top: 75px;
    margin-left: 120px;
}
.dbphone ul{}
.dbphone ul li{
  font-size: 15px;
  color: #999;
  margin-top: 20px;
}
.dbphone ul li span{
  font-size: 16px;
  color: #fff;
  display: block;
}


.ewm{
  margin-top: 50px;
}
.ewm ul li{
  float: left;
  margin-left: 30px;
}
.ewm ul li span{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}

.copy{
  width: 100%;
  height: 70px;
  background: #222;
  overflow: hidden;
  text-align: center;
  line-height: 70px;
  font-size: 15px;
  color: #fff
}
.copy a{
  color: #fff
}




/*banner*/
.flexslider {
	margin: 0 auto ;
	position: relative;
	width: 100%;
	height: 890px;
	overflow: hidden;
	zoom: 1;
	border: 0;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 120px;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 890px;
	border:0;
}
/*当前导航*/
.breadcrumbs {
	height:80px;
	font-size:14px;
	line-height:75px;
	color:#fff;
background: linear-gradient(to right, #01a971,#018ba9);
	width: 100%;
	display: block;
}
.breadcrumbs .dqdhMain {
	color: #fff;
	font-size: 15px;
	background: url(../images/dizhi.png) left center no-repeat;
	padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
	font-size: 15px;
	color: #fff;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#fff;
}
.breadcrumbs .nyweizhi{
	color: #fff;
	font-size: 23px;
    position: relative;
}
.breadcrumbs .nyweizhi::before{
    right: -20px;
}
.breadcrumbs .nyweizhi::after{
    left: -20px;
}
.breadcrumbs .nyweizhi::before, .breadcrumbs .nyweizhi::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    width: 1px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.main{
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
}
.section-header h2:before {
	border-left: 50px solid #DADADA;
	border-right: 50px solid #DADADA;
	bottom: 5px;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -70px;
	position: absolute;
	width: 40px;
}
.section-header h2:after {
	background: #ff7200 none repeat scroll 0 0 padding-box content-box;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	bottom: -10px;
	content: "";
	height: 22px;
	left: 50%;
	margin-left: -16px;
	padding: 0 0 8px 8px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 22px;
}
.section-header p {
	text-align: center;
	color: #969595;
	font-size: 15px;
	padding: 0 150px;
	margin: 0 0 40px 0;
	font-family: "Microsoft YaHei";
}
.section-header h2 {
	padding-top: 30px;
	margin-bottom: 20px;
	font-size: 45px;
	font-weight: 500;
	color: #313131;
	font-family: "Microsoft YaHei";
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 30px;
}
.text {
	line-height:35px;
	font-size:15px;
	color:#000;

	padding: 30px;

}
.text span {
	font-size:15px;
	color:#000;
}
/*简介单页*/
.page_about{
    padding: 50px 0;
    background: url(../images/pro_bg.jpg) bottom left no-repeat;
}
.page_about_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.page_about_l{}
.page_tit{
    padding-top: 68px;
    position: relative;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 34px;
}
.page_tit span{
    font-size: 36px;
    font-weight: normal;
}
.page_tit p{
    color: #707070;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
}
.page_tit p::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 1px;
    background: #707070;
}
.page_about_l h3{
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: bold;
    color: #000
}
.page_about_l>p{
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.page_about_r{
    float: right;
    width: 772px;
    height: 633px;
}
.page_fa{
    height: 750px;
    padding-bottom: 80px;
}
.page_fa_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.page_fa_t{
    overflow: hidden;
}
.page_fa_tit.page_tit{
    float: left;
}
.page_fa_t a {
    float: right;
    width: 230px;
    height: 80px;
    line-height: 80px;
    background: #136dc9;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-top: 56px;
}
.page_fa_t a img{
    margin-left: 12px;
    vertical-align: top;
    margin-top: 31px;
}
.page_fa_b{
    margin-top: 20px;
}
.page_fa_b ul li{
    width: 269px;
    height: 430px;
    background: #ecf4f6 url(../images/shuye.png) no-repeat center bottom;
    text-align: center;
    position: relative;
    float: left;
}
.page_fa_b ul li span{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}
.page_fa_b ul li:nth-child(1) span{
    background: url(../images/fw1.png);
}
.page_fa_b ul li:nth-child(2) span{
    background: url(../images/fw2.png);
}
.page_fa_b ul li:nth-child(3) span{
    background: url(../images/fw3.png);
}
.page_fa_b ul li:nth-child(4) span{
    background: url(../images/fw4.png);
}
.page_fa_b ul li:nth-child(5) span{
    background: url(../images/fw5.png);
}
.page_fa_b ul li a{
    padding-top: 120px;
    display: block;
    width: 100%;
}
.page_fa_b ul li em{
    color: #999;
    font-size: 14px;
    margin: 40px 0 10px;
    padding: 0 10px;
}
.page_fa_b ul li i{
    color: #333;
    font-size: 18px;
    margin-top: 40px;
    padding: 0 10px;
    display: block;
}
.page_fa_b ul li::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d3e9ed;
}
.page_fa_b ul li:last-child::after{
    background: transparent;
}
.page_fa_b ul li.active{
    background: #136dc9 url(../images/shuye.png) no-repeat center bottom;
}
.page_fa_b ul li.active em,.page_fa_b ul li.active i{
    color: #fff;
}
.page_fa_b ul li.active:nth-child(1) span{
    background: url(../images/fw11.png);
}
.page_fa_b ul li.active:nth-child(2) span{
    background: url(../images/fw22.png);
}
.page_fa_b ul li.active:nth-child(3) span{
    background: url(../images/fw33.png);
}
.page_fa_b ul li.active:nth-child(4) span{
    background: url(../images/fw44.png);
}
.page_fa_b ul li.active:nth-child(5) span{
    background: url(../images/fw55.png);
}



/*联系方式*/
.conbt{
  text-align: center;
  width: 600px;
  margin:0 auto;
  position: relative;
  margin-top: 35px;
}
.conbt span{
  font-family: "Impact";
  color: #efefef;
  font-size: 66px;
  text-transform: uppercase;
}
.conbt b{
  display: block;
  font-size: 35px;
  color: #0f0f0f;
  font-weight: bold;
  position: relative;
    margin-top: -55px;
}

.conbt::before{
  content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: 25px;
    width: 22px;
    height: 31px;
    background-image: url(../images/btimga.png);
}
.conbt::after{
  content: '';
    display: block;
    position: absolute;
    top: 35px;
    right: 25px;
    width: 22px;
    height: 31px;
    background-image: url(../images/btimga.png);
}
.contact-box{
  background: url(../images/ly-bg01.png) no-repeat bottom center;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
.con-box{
  width: 1300px;
  margin: 0 auto;
  padding: 30px;
  height:auto;
  background: #fff;
  border-radius: 30px 30px 60px 20px;
  box-shadow: 0 0 30px rgba(40,55,96,.15);
  margin-top: 40px;
}
.pcon_tel{
    width: 1200px;
    margin-left: 80px;
    margin-top: 30px;
}
.pcon_tel b{
    color: #333;
    font-size: 25px;
}
.pcon_tel em{
    display: block;
    width: 70px;
    height: 3px;
    background: #ff8a01;
    margin: 10px 0;
}
.pcon_tel span{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
}
.pcon_tel p{
   line-height: 35px;
   font-size: 17px;
   color: #555;
}
.pcon_ewm{
    width: 450px;
    margin-right: 80px;
    border-left: 1px #ececec solid;
    padding-left: 40px;
    height: 450px;
    margin-top: 55px;
}
.pcon_ewm ul li{
    width: 280px;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 80px;
    padding: 15px 15px 15px 55px;
    position: relative;
}
.pcon_ewm ul{
    margin-top: 10px;
}
.pcon_ewm ul li b{
    color: #666;
    display: block;
    margin-top: 17px;
    font-size: 16px;
}
.pcon_ewm ul li span{
    display: block;
    font-size: 23px;
    margin-top: 5px;
    font-family: "Arial"
}
.pcon_ewm ul li em{
    display: block;
    line-height: 25px;
    font-size: 20px;
}
.pcon_ewm ul li:first-child::after{
     content: '';
    display: block;
    position: absolute;
    left: -55px;
    bottom: 22px;
    width: 86px;
    height: 86px;
    background: url(../images/con_a.png) center no-repeat;

}
.pcon_ewm ul li:nth-child(2) ::after{
     content: '';
    display: block;
    position: absolute;
    left: -55px;
    bottom: 22px;
    width: 86px;
    height: 86px;
    background: url(../images/con_b.png) center no-repeat;

}
.pcon_ewm ul li:nth-child(3) ::after{
     content: '';
    display: block;
    position: absolute;
    left: -55px;
    bottom: 22px;
    width: 86px;
    height: 86px;
    background: url(../images/con_c.png) center no-repeat;

}
.aj_lxp{
  font-size: 16px;
    text-align: center;
    margin: 20px auto 40px;
    width: 80%;
    line-height: 32px;
    color: #666;
    width: 1200px;
}

.map_r{
    height: 500px;
    margin: 0 auto;
    margin-top: 30px;
}





/*留言*/
.lybta {
	text-align:center;
	margin-top:40px;
}
.lybta span {
	font-size: 43px;
	line-height: 45px;
	text-transform: uppercase;
	color:#5a5a5a;
}
.lybta h3 {
	display:block;
	font-size:20px;
	line-height:45px;
	color:#5a5a5a;
}
.nyliuyan {
	margin-top:30px;
	text-align:center;
}
.nyliuyan span {
	font-size:20px;
	color: rgb(215, 12, 25);
}
.nyliuyan a {
	font-size:16px;
	color: #CCCCCC;
}
.nyliuyan p {
	font-size:16px;
	color: #666666;
	line-height:30px;
}

/*新闻列表页*/
.main .news_list {
}
.main .news_list li {
	height: 220px;
	background: #fff;
	margin-top: 15px;
}
.main .news_list li:nth-child(2n){
    background: #f8f8f8
}
.main .news_list li .img {
	border: 1px #f0f0f0 solid;
	margin-left: 15px;
	margin-top: 13px;
	overflow: hidden;
}
.main .news_list li .lMore {
	width:995px;
	margin-right: 25px;
	margin-top: 30px;
}
.main .news_list li .lMore .title {
	font-size: 16px;
	color: #393939;
	line-height: 36px;
	margin-bottom:15px;
}
.main .news_list li .lMore span {
	font-size:14px;
	color:#999;
	line-height: 36px;
	background:url(../images/shijian.png) left center no-repeat;
	padding-left: 25px;
}
.main .news_list li .lMore p {
	font-size:13px;
	color:#999;
	line-height:26px;
}
.main .news_list li .lMore .more2 {
	width: 88px;
	height: 30px;
	line-height: 30px;
	color: #999999;
	border: 1px solid rgba(0, 0, 0, .1);
	bottom: 30px;
	display:block;
	font-size:13px;
	text-align:center;
	border-radius: 25px;
	margin-top: 20px;
}
.main .news_list li:hover .title {
	color:#ff7200;
	padding-left:15px;
	font-weight:bold;
}
.main .news_list li:hover p {
	padding-left:15px;
}
.main .news_list li:hover .more2 {
	background:#ff7200;
	border-color: #ff7200;
	color:#fff;
transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}
.main .news_list li:hover {
	box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .08);
transition: all .3s ease-out;
	border-bottom: none;
}
.main .news_list li:hover .img img{
	transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
/*分页*/
.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#cc0000;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}

.main_right{
  margin-bottom: 100px;
}

.product_top {
	width:1085px;
	float:right;

}
.product_top .l_img {
    width:630px;
    height:550px;
    background-color:#fff;
    text-align:center;
    display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
    width:550px;
    height:550px;
}
.product_top span img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.product_top .r_box {
    width:430px;
}
.product_top .r_box .product_title {
    border-bottom:1px solid #ddd;
    padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
    font-weight:700;
    font-size:26px;
    color:#101010;
}
.miaoshu {
}
.tT01a {
    text-align:center;
    line-height:35px;
    padding-top:50px;
}
.tT01a .span1a {
    font-size:24px;
    color:#444;
}
.subtitlea {
    font-size: 16px;
    line-height:50px;
    height: 50px;
    color: #8F8F8F;
    text-align:center;
    background: #f5f5f5;
    margin-top: 20px;
}
.subtitlea span {
    padding:0 10px;
}




.product_top .subtitle {
    font-size:14px;
    color:#b7b7b7;
    padding-top:8px;
}
.product_top .subtitle span {
    display:block;
    padding-left:25px;
    line-height: 23px;
    height: 24px;
}
.product_top .subtitle span.span1 {
    background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
    background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#717171;
}
.product_top .keyword span {
    font-size:18px;
    color:#0059A9;
}
.product_top .desc {
    font-size:14px;
    color:#717171;
    line-height:30px;
    margin-top: 15px;
}
.product_top .desc span {
    display:block;
    float:left;
    width:200px;
}
.product_top .desc p {
    display:block;
    width:420px;
    line-height: 28px;
    font-size: 15px;
    color: #8b8b8b;
    margin-bottom: 10px;
}
.product_top .lianxi {

}
.product_top .lianxi .a {
    display:block;
    height:50px;
    line-height:50px;
    float:left;

    color:#ff7200;
    font-size:16px;
    border-bottom:1px solid #e50100;
}
.product_top .lianxi .a.a_qq {

}
.product_top .lianxi .a.a_tel {

}
.product_top .dianhua {
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
      background: linear-gradient(to right, #01a971,#018ba9);
    margin-top: 50px;
    width: 130px;
}
.product_top .dianhua a {
    color:#fff;
    display: block;
}
.product_top .dianhua:hover {
    background-color:#e50100;
}
.share {
    margin-top:10px;
}
.share .span1 {
    line-height:32px;
    color:#999;
    padding-right:10px;
    font-size:15px;
}
.xiangqing{
    border: 1px #e9e9e9 solid;
}
.xiangqing_top{
    background: #eee
}
.xiangqing_top .a_nav {
    display:block;
    float:left;
    width:190px;
    background-color:#fff;
    border-bottom:2px solid #1f72c2;
    color:#eea200;
    text-align:center;
    height:50px;
    line-height:50px;
    font-size:18px;
}
.xiangqing_top .a_nav.active {
    background: linear-gradient(to right, #01a971,#018ba9);
    color:#fff;
}
.myClass {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*详情页*/
.main .main_righta {
	width:100%;
	border:1px #e9e9e9 solid;
	margin-top: 30px;

}

/*上一篇下一篇*/
.viewpage {
	margin:0;
	padding:20px 0 50px 0;
	border-top:1px solid #e9e9e9;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	padding-left: 20px;
	padding-right: 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}

/*产品列表页*/
.main .main_rightb {
    width: 1380px;
    margin: 0 auto;
    padding-bottom: 100px;
	height:1350px;
    margin-top: 30px;
}
.main .proListal {
	width:1085px;
	float:right;
}
.main .proListal li {
	width:32%;
	float:left;
	margin:0 0 20px 1%;
	position:relative;
	box-sizing: border-box;
}
.main .proListal li .boxal {
	width:100%;
	height:340px;
	display:block;
	cursor:pointer;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:100%;
	height:340px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.main .proListal li .spanal {
	display: block;
	margin:auto;
	font-size:16px;
	padding: 12px 12px;
	line-height: 45px;
	border: 1px solid #e0e0e0;
	border-top: 0;


}
.main .proListal li .spanal a h3{
	color:#002222;
	display: block;
	line-height: 45px;
}
.main .proListal li .spanal p{
	border-top: 1px solid #e6e6e6;
	height: 45px;

}
.main .proListal li .spanal p em{
	color: #999999;
    font-size: 15px;
    float: left;
}
.main .proListal li .spanal p i{
	float: right;
    background: url(../images/ico_6_o.png) right center no-repeat;
    width: 25px;
	line-height: 45px;
	height: 45px;

}
.main .proListal li:hover{
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    margin-top: 0px
}
.main .proListal li:hover .spanal{
     background: linear-gradient(to right, #01a971,#018ba9);
}
.main .proListal li:hover .spanal a h3{
	color: #fff;
}
.main .proListal li:hover .spanal a p{
	border-top: 1px solid #006c6b;
}
.main .proListal li:hover .spanal p em{
	color: #fff;
}
.main .proListal li:hover .spanal p i{
	background: url(../images/ico_6.png) right center no-repeat;
	opacity: 1;
}
.proListal li .avatarb {
	position: relative;
}
.proListal li .avatarb {
	display: block;
	height: 370px;
	overflow: hidden;
	width:100%;
}
.proListal li .avatarb .spanImgal {
	height: 370px;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}

/*内页分类*/
.classify{width: 1300px;margin: 0 auto;margin-top: 30px;display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;}
.classify ul li{width: 200px;height: 50px;background: #019d89;float: left;margin-right: 15px;border-radius: 25px;line-height: 50px;text-align: center;margin-bottom: 10px;}
.classify ul li a{color: #fff;font-size: 17px;display: block;}
.classify ul li:hover{background: #f69f03}